public class PlotArea : IContentElementPublic Class PlotArea
Implements IContentElement| PlotArea | Initializes a new instance of the PlotArea class. |
| Axes | Contains collection of axis. |
| CellRange | Contains ranges from which all the data for the chart comes. The range given here is interpreted by the chart as consecutive series. |
| Floor | Specifies the floor of a chart. |
| Height | Contains the default height for new frames that are created using the graphics style. |
| Series | Contains collection of data series. |
| Style | Contains name that reference style mechanisms. |
| Wall | Contains the wall of a chart. For two-dimensional charts, the wall spans the entire plot area. For three-dimensional charts, the wall consists of two perpendicular rectangles. |
| Width | Contains the width of a chart. If it is omitted, the size of a chart is determined by the size of the window in which the chart is displayed. |
| X | Contains the X coordinate of plot area. |
| Y | Contains the Y coordinate of plot area. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements | Returns all content elements. |
| GetHashCode | (Inherited from Object) |
| GetParent | Returns the parent element. |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current PlotArea object to its equivalent string representation.
(Overrides ObjectToString) |